Tip of the Week: Using File Creation Module for Contacts

The File Creation Module is used to collect and store the business contact information of the end user and creates a .vcf file for the virtual business contact.

To enter or create contact details, complete the following:

  1. Open the Ushur you want to create the contact or business card for.
  2. Click the following File Creation icon.

This displays the File Creation dialog box.
3. In the Label box, enter a unique name for the module.
4. From the File Type dropdown, select Contact .
This displays the Contact settings in the dialog box.

Note: All the parameters and settings change based on your selection.
5. After specifying all the contact information, In the Go to dropdown, select the next step for the Ushur.
6. Click Save .

This Ushur, when used, will ask for all the relevant details from the end user and create a business card for them. This creates a .vcf file for the virtual business contact for the end user.

1 Like

One tip to remember when creating contacts (or calendar events, or any other file, really) in an Invisible App engagement is that if you call that file later via a button or link, make sure that your button or link is using the appropriate “target” in your html tag.

For example, if you would like the dialog that opens requesting the user add the contact to their address book to open as a new tab instead of interrupting an invisible app, set the “target” to “blank.” Otherwise, the user will have to press the “back” button on their browser to navigate back to the Ushur. There are different “targets” you can set. For a comprehensive list, see this link: HTML a target Attribute.

6 Likes